home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 July / WPCJUL98.ISO / DXRS / GLOSSARY.CXT / 00036_Array .txt < prev    next >
Encoding:
Text File  |  1998-05-11  |  320 b   |  1 lines

  1. A list or table of data items. Each element is identified by a number that shows its position in the array. For example, a program might use an array to hold tax rates. Element 1 might hold the percentage for the first tax band, element 2 for the second tax band, and so on. Arrays are a central feature of programming.